comment
news
apps
browse
insights
charts
code_blocks
dev
log in
book
Documentation
quick_reference_all
Api Reference
browser_updated
Api Changes
Sandbox.Utility.CircularBuffer
<
T
>
.Front
T
Front
(
)
Description
Element at the front of the buffer - this[0].
Return
The value of the element of type T at the front of the buffer.
User Comments
Properties
Capacity
IsEmpty
IsFull
Item
Size
Methods
Back
Clear
Front
GetEnumerator
PopBack
PopFront
PushBack
PushFront
ToArray
ToArraySegments